projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3649954
)
sf: probe: Add support for EN25S64
author
Priyanka Jain
<
[email protected]
>
Thu, 3 Oct 2013 15:37:00 +0000
(21:07 +0530)
committer
Jagannadha Sutradharudu Teki
<
[email protected]
>
Mon, 7 Oct 2013 12:25:50 +0000
(17:55 +0530)
Add support for EON EN25S64 SPI flash.
Signed-off-by: Priyanka Jain <
[email protected]
>
Signed-off-by: Jagannadha Sutradharudu Teki <
[email protected]
>
drivers/mtd/spi/sf_probe.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/sf_probe.c
b/drivers/mtd/spi/sf_probe.c
index 8f56c63bf17445d825c4e69745cce1b3ef0000f6..15256369e087336b30e2f6274cedf94c01538b0c 100644
(file)
--- a/
drivers/mtd/spi/sf_probe.c
+++ b/
drivers/mtd/spi/sf_probe.c
@@
-51,6
+51,7
@@
static const struct spi_flash_params spi_flash_params_table[] = {
{"EN25Q32B", 0x1c3016, 0x0, 64 * 1024, 64, 0},
{"EN25Q64", 0x1c3017, 0x0, 64 * 1024, 128, SECT_4K},
{"EN25Q128B", 0x1c3018, 0x0, 64 * 1024, 256, 0},
+ {"EN25S64", 0x1c3817, 0x0, 64 * 1024, 128, 0},
#endif
#ifdef CONFIG_SPI_FLASH_GIGADEVICE /* GIGADEVICE */
{"GD25Q64B", 0xc84017, 0x0, 64 * 1024, 128, SECT_4K},